From: Jan D. Date: Thu, 4 Nov 2010 12:17:46 +0000 (+0100) Subject: Remove debug code. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18^2~357 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7ad872468dd32d31c314414b99a572be30fff1c4;p=emacs.git Remove debug code. --- diff --git a/src/xfns.c b/src/xfns.c index 0b0f1cd0d96..c07ea49e663 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -553,7 +553,7 @@ x_real_positions (f, xptr, yptr) &actual_type, &actual_format, &actual_size, &bytes_remaining, &tmp_data); - if (0 && rc == Success && actual_type == target_type && !x_had_errors_p (dpy) + if (rc == Success && actual_type == target_type && !x_had_errors_p (dpy) && actual_size == 4 && actual_format == 32) { int ign;